home *** CD-ROM | disk | FTP | other *** search
/ U.S. Robotics Connections 2 / US Robotics Connections.iso / pc / sourcepc / csdemocd.dir / 00002.ls < prev    next >
Encoding:
Text File  |  1996-01-06  |  146 b   |  9 lines

  1. on mouseDown
  2.   sound fadeOut 2, 60
  3.   if soundBusy(1) then
  4.     sound fadeOut 1, 45
  5.   end if
  6.   set the cursor of sprite 48 to 0
  7.   go("collage")
  8. end
  9.